Next: Sourcecode objects, Previous: User interface methods, Up: Extending EDE [Contents]
These methods are important for querying base information from project and target types:
ede-nameReturn a string that is the name of this target.
ede-target-nameReturn a string that is the name of the target used by a Make system.
ede-descriptionA brief description of the project or target. This is currently used by the ‘ede-speedbar’ interface.
ede-want-file-pReturn non-nil if a target will accept a
given file. It is generally unnecessary to override this. See
the section on source code.
ede-buffer-mineReturn non-nil if a buffer belongs to this
target. Used during association when a file is loaded. It is
generally unnecessary to override this unless you keep
auxiliary files.
These methods are used by the semantic package extensions. See Semantic manual.
ede-buffer-header-fileReturn a header file belonging to a given buffer. Prototypes are place there when appropriate
ede-buffer-documentation-filesReturn the documentation file information about this file would be stored in.
ede-documentationList all documentation a project or target is responsible for.